"one dark" shadcn/ui theme

dark-theme
modern-design
high-contrast
immersive-experience
emotive-colors
unique-palette
user-friendly
accessible
future-forward
narrative-driven
light-dark-switch
vivid-accent
minimalist
elegant
professional

Shadcn/ui Theme Css Variables

name: Eclipse Horizonkeyword: one dark views: 8

:root {
  --background: 0 0% 100%;
  --foreground: 240 10% 10%;
  --card: 0 0% 98%;
  --card-foreground: 240 10% 10%;
  --popover: 0 0% 98%;
  --popover-foreground: 240 10% 10%;
  --primary: 200 80% 50%;
  --primary-foreground: 0 0% 100%;
  --secondary: 240 5% 90%;
  --secondary-foreground: 240 10% 10%;
  --muted: 240 5% 92%;
  --muted-foreground: 240 10% 40%;
  --accent: 340 75% 60%;
  --accent-foreground: 0 0% 100%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 0 0% 100%;
  --border: 240 5% 85%;
  --input: 240 5% 85%;
  --ring: 200 80% 50%;
  --radius: 0.75rem;
  --chart-1: 200 80% 50%;
  --chart-2: 340 75% 60%;
  --chart-3: 60 80% 50%;
  --chart-4: 120 60% 50%;
  --chart-5: 280 70% 60%;
} 

.dark {
  --background: 240 10% 10%;
  --foreground: 0 0% 98%;
  --card: 240 15% 15%;
  --card-foreground: 0 0% 98%;
  --popover: 240 15% 15%;
  --popover-foreground: 0 0% 98%;
  --primary: 200 80% 50%;
  --primary-foreground: 0 0% 98%;
  --secondary: 240 15% 20%;
  --secondary-foreground: 0 0% 98%;
  --muted: 240 10% 25%;
  --muted-foreground: 0 0% 60%;
  --accent: 340 75% 60%;
  --accent-foreground: 0 0% 98%;
  --destructive: 0 70% 50%;
  --destructive-foreground: 0 0% 98%;
  --border: 240 15% 20%;
  --input: 240 15% 20%;
  --ring: 200 80% 50%;
  --radius: 0.75rem;
  --chart-1: 200 80% 50%;
  --chart-2: 340 75% 60%;
  --chart-3: 60 80% 50%;
  --chart-4: 120 60% 50%;
  --chart-5: 280 70% 60%;
}